You are here:
COM Interface
Overviews
C++ API
C++ Support Classes
COM Interface
>
Interfaces
dtengine Library
Structs, Records, Enums
Interfaces
Indexing COM Data Sources
>
ISearchReportJob Interface
IFileConverter Interface
IIndexCache Interface
IIndexJob Interface
IJobErrorInfo Interface
IOptions Interface
ISearchFilter Interface
ISearchJob Interface
ISearchReportJob Interface
ISearchResults Interface
IServer Interface
IWordListBuilder Interface
>
ISearchReportJob::SelectItems Method
ISearchReportJob::AfterHit Property
ISearchReportJob::BeforeHit Property
ISearchReportJob::ContextFooter Property
ISearchReportJob::ContextHeader Property
ISearchReportJob::Errors Property
ISearchReportJob::FileFooter Property
ISearchReportJob::FileHeader Property
ISearchReportJob::Flags Property
ISearchReportJob::Footer Property
ISearchReportJob::Header Property
ISearchReportJob::MaxContextBlocks Property
ISearchReportJob::MaxWordsToRead Property
ISearchReportJob::OutputFile Property
ISearchReportJob::OutputFormat Property
ISearchReportJob::OutputString Property
ISearchReportJob::OutputStringMaxSize Property
ISearchReportJob::OutputToString Property
ISearchReportJob::ParagraphsOfContext Property
ISearchReportJob::TimeoutSeconds Property
ISearchReportJob::WordsOfContext Property
ISearchReportJob::WordsOfContextExact Property
ISearchReportJob::ClearSelections Method
ISearchReportJob::Execute Method
ISearchReportJob::SelectAll Method
ISearchReportJob::SelectItems Method
Close
dtSearch Text Retrieval Engine Programmer's Reference
Contents
|
Index
|
Home
Previous
|
Up
|
Next
ISearchReportJob::SelectItems Method
Select a range of items in the SearchResults
ISearchReportJob Interface
Syntax
IDL
HRESULT
SelectItems
([in]
long
iFirstItem
, [in]
long
iLastItem
);
Interface
ISearchReportJob Interface
Parameters
Parameters
Description
[in] long iFirstItem
0-based index of first item from SearchResults to include
[in] long iLastItem
0-based index of last item from SearchResults to include